From afc32d4b70cbd1311ab74f6fe2b3d393911fa0d6 Mon Sep 17 00:00:00 2001 From: Daniel Sabo Date: Sat, 6 Apr 2013 02:13:11 -0700 Subject: [PATCH] Fix missing AC_MSG_RESULT --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 296ec27..2ddb3a5 100644 --- a/configure.ac +++ b/configure.ac @@ -220,7 +220,7 @@ esac # Check how to find plug-ins ############################ -AC_MSG_CHECKING([for some Win32 platform]) +AC_MSG_CHECKING([the extension for shared libraries]) case "$target_or_host" in hppa*-hpux*) # HP/UX shrext=.sl @@ -236,6 +236,7 @@ esac SHREXT=$shrext AC_SUBST(SHREXT) AC_DEFINE_UNQUOTED(SHREXT, "$shrext", [File extension for shared libraries]) +AC_MSG_RESULT([$shrext]) dnl =========================================================================== -- 2.30.2